.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.split-line {
  position: relative;
  margin-left: 10px;
  padding-left: 15px;
}
.split-line:before {
  display: block;
  content: ' ';
  border-left: 1px solid #333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.standard-item {
  color: #333;
  font-size: 16px;
}
.standard-item:before {
  content: ' ';
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid #666;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  margin-right: 12px;
}
.main-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #05589a;
  line-height: 36px;
}
.page-box {
  text-align: center;
  margin-top: 50px;
}
.page-box .page-item {
  height: 32px;
  background: #f2f2f2;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 7px;
  cursor: pointer;
}
.page-box .page-item.active,
.page-box .page-item:hover {
  background: #6faf58;
  color: #fff;
}
p,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
img {
  width: 100%;
  height: 100%;
  display: block;
}
.max-width {
  max-width: 1200px;
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
.more {
  height: 44px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f0efef), to(#fdfdfd));
  background: linear-gradient(0deg, #f0efef, #fdfdfd);
  border: 1px solid #999;
  border-radius: 6px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.more .more-a {
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #666;
}
.dashed-1px-b {
  border-bottom: 1px dashed #666;
}
.header {
  width: 100%;
  font-size: 13px;
}
.header-status-bar {
  background: #e5e5e5;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1200px;
}
.header-status-bar .max-width,
.header-status-bar .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-status-bar .text {
  color: #333;
  margin-left: 20px;
}
.header-status-bar .text a {
  color: #333;
  text-decoration: none;
}
.header-status-bar .header-login-button {
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #05599a;
  cursor: pointer;
}
.header-logo-bar {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-logo-bar .max-width,
.header-logo-bar .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-logo-bar img {
  height: 74px;
}
.header-logo-bar .logo-img {
  height: 74px;
  width: 390px;
  display: block;
}
.header-logo-bar .logo-img-2 {
  width: 720px;
  height: 74px;
  margin-right: 10px;
  display: block;
}
.header-logo-bar .logo-img-code {
  width: 74px;
  height: 74px;
  display: block;
}
.header-menu-bar {
  background: #05599a;
  min-width: 1200px;
}
.header-menu-bar .menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  color: #fff;
  font-size: 19px;
  position: relative;
}
.header-menu-bar .menu-items .menu-item {
  height: 60px;
  line-height: 60px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-menu-bar .menu-items .menu-item .menu-list {
  background: #7cbd65;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 60px;
  color: #fff;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu-bar .menu-items .menu-item .menu-list .item {
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.header-menu-bar .menu-items .menu-item .menu-list .item a {
  color: inherit;
}
.header-menu-bar .menu-items .menu-item .menu-list .item:hover {
  color: #f00;
}
.header-menu-bar .menu-items .menu-item a {
  color: #fff;
  text-decoration: none;
}
.header-menu-bar .menu-items .menu-item:hover .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu-bar .menu-items .menu-item.active {
  font-weight: bold;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3b8d34), to(#ade82f));
  background-image: linear-gradient(0deg, #3b8d34, #ade82f);
}
.header-notice {
  margin-bottom: 20px;
  min-width: 1200px;
}
.header-notice .max-width {
  background: rgba(248,248,248,0.7);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-notice .max-width .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.header-notice .max-width .notice p {
  margin-left: 30px;
}
.header-notice .max-width .img {
  width: 26px;
  height: 26px;
  display: block;
}
.header-notice .max-width .search {
  border: 1px solid #05599a;
  border-radius: 50px;
  padding: 0 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 38px;
  font-size: 13px;
  height: 40px;
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-notice .max-width .search img {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-notice .max-width .search input {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  display: block;
  background: transparent;
}
.footer-container .friend-link {
  background: #f5f5f5;
  min-width: 1200px;
}
.footer-container .friend-link .title {
  color: #333;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-top: 19px;
  line-height: 36px;
}
.footer-container .friend-link .links {
  color: #666;
  line-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-container .friend-link .links .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.footer-container .friend-link .links .link:not(:first-child):before {
  margin: 0 10px;
  content: '';
  display: inline-block;
  height: 50%;
  width: 1px;
  background: #666;
}
.footer-container .footer-info {
  background: #383838;
  min-width: 1200px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 226px;
}
.footer-container .footer-info .links {
  height: 23px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.footer-container .footer-info .links .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-container .footer-info .links .link:not(:first-child):before {
  margin: 0 10px;
  content: ' ';
  display: inline-block;
  height: 18px;
  width: 1px;
  background: #fff;
}
.footer-container .footer-info .info {
  color: #999;
  margin-top: 22px;
  font-size: 18px;
}
.banner-bg {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.home-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-banner .banner-swiper {
  width: 540px;
  height: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-banner .banner-swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.home-banner .banner-swiper .swiper-container .swiper-pagination {
  text-align: right;
}
.home-banner .banner-items {
  margin-left: 28px;
  margin-right: 30px;
  width: 100%;
}
.home-banner .banner-items .banner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.home-banner .banner-items .banner-item:first-child {
  margin-top: 0;
}
.home-banner .banner-items .banner-item .date {
  width: 86px;
  height: 72px;
  background: #6eb057;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}
.home-banner .banner-items .banner-item .date .year-month {
  font-size: 12px;
}
.home-banner .banner-items .banner-item .date .day {
  font-size: 23px;
  margin-top: 7px;
}
.home-banner .banner-items .banner-item .info {
  height: 72px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  max-width: 400px;
}
.home-banner .banner-items .banner-item .info .title {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.home-banner .banner-items .banner-item .info .sub-title {
  font-size: 16px;
  margin-top: 10px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.home-banner .banner-help {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #eee;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.home-banner .banner-help .help-item {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-banner .banner-help .help-item .img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.home-banner .banner-help .help-item .text {
  display: inline-block;
  font-size: #333;
  font-size: 16px;
  margin-top: 10px;
}
.banner-imgs {
  margin: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner-imgs .img {
  width: 388px;
  height: 110px;
  display: block;
}
.banner-imgs .img.two-img {
  width: 795px;
}
.banner-imgs .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.three-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.three-items .item {
  overflow: hidden;
}
.three-items .items {
  width: 388px;
  overflow: hidden;
}
.three-items .items .item {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 16px;
}
.three-items .items .item:before {
  display: inline-block;
  vertical-align: middle;
  content: ' ';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #6eb057;
  border-radius: 10px;
  height: 6px;
  width: 6px;
  margin-right: 12px;
}
.three-items .items .item .text {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-button-prev {
  left: 0;
}
.swiper-container .swiper-button-next {
  right: 0;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  color: #fff;
  background: rgba(0,0,0,0.1);
  width: 20px;
  height: 37px;
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  font-size: 16px;
}
.two-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.two-items .left-box {
  width: 795px;
  margin-right: 18px;
}
.two-items .zjzk-swiper {
  margin-top: 20px;
  width: 388px;
  height: 218px;
}
.two-items .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  width: 795px;
  overflow: hidden;
  margin-right: 20px;
}
.two-items .left .zjzk-img {
  margin-top: 15px;
  margin-right: 20px;
  height: 220px;
  width: 388px;
  display: none;
}
.two-items .left .zjzk-img:first-child {
  display: block;
}
.two-items .left.hzpx {
  width: 100%;
  height: 240px;
  display: flax;
}
.two-items .left.hzpx .item {
  display: block;
  height: 240px;
  margin-left: 10px;
}
.two-items .left.hzpx .item:not(:first-child) {
  margin-left: 16px;
}
.two-items .left.hzpx .img {
  margin-top: 14px;
  width: 182px;
  height: 150px;
  display: block;
}
.two-items .left.hzpx .text {
  margin-top: 20px;
  width: 180px;
  font-size: 12px;
  color: #666;
}
.two-items .items {
  max-width: 388px;
  overflow: hidden;
}
.two-items .items .item {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 16px;
}
.two-items .items .item:before {
  display: block;
  content: ' ';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #6eb057;
  border-radius: 10px;
  height: 6px;
  width: 6px;
  margin-right: 12px;
}
.two-items .items .item .text {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.more-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.more-tabs .tab {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  color: #333;
  height: 32px;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}
.more-tabs .tab.active {
  color: #fff;
  background: #6eb057;
}
.member-dep {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.member-dep .swiper-wrapper {
  width: 100%;
}
.member-dep .dep {
  width: 230px !important;
  height: 88px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #043fb2;
  display: block;
}
.member-dep .dep:first-child {
  margin-left: 0;
}
.member-dep .dep:last-child {
  margin-right: 30px;
}
.login-alert-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1000;
}
.login-alert .registry-box,
.login-alert .user-change-box {
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 1111;
  width: 820px;
  height: 600px;
  background: #fff;
  border-radius: 16px;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}
.login-alert .registry-box .header,
.login-alert .user-change-box .header {
  border-bottom: 2px solid #e8e8e8;
  text-align: center;
  padding: 26px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-alert .registry-box .header .title,
.login-alert .user-change-box .header .title {
  padding-bottom: 6px;
  font-size: 30px;
  color: #007fe1;
  border-bottom: 2px solid #0080e0;
}
.login-alert .registry-box .steps,
.login-alert .user-change-box .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.login-alert .registry-box .steps .step-item,
.login-alert .user-change-box .steps .step-item {
  cursor: pointer;
}
.login-alert .registry-box .steps .step1,
.login-alert .user-change-box .steps .step1,
.login-alert .registry-box .steps .step2,
.login-alert .user-change-box .steps .step2,
.login-alert .registry-box .steps .step3,
.login-alert .user-change-box .steps .step3 {
  width: 250px;
  height: 48px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-alert .registry-box .steps .text,
.login-alert .user-change-box .steps .text {
  width: 100%;
  height: 48px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-alert .registry-box .steps .arrow-left,
.login-alert .user-change-box .steps .arrow-left {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border: 24px solid #f8f8f8;
  border-top-color: #f8f8f8;
  border-right-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
  border-left-color: transparent;
}
.login-alert .registry-box .steps .arrow-right,
.login-alert .user-change-box .steps .arrow-right {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border: 24px solid #f8f8f8;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #f8f8f8;
}
.login-alert .registry-box .steps .active .text,
.login-alert .user-change-box .steps .active .text {
  background: #f2f8fd;
  color: #007fe1;
}
.login-alert .registry-box .steps .active .arrow-right,
.login-alert .user-change-box .steps .active .arrow-right {
  border-left-color: #f2f8fd;
}
.login-alert .registry-box .tips,
.login-alert .user-change-box .tips {
  width: 500px;
  padding-top: 30px;
  height: 163px;
  font-size: 16px;
  color: #666;
  margin: 0 auto;
}
.login-alert .registry-box .footer,
.login-alert .user-change-box .footer {
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 35px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.login-alert .registry-box .footer .fwtk,
.login-alert .user-change-box .footer .fwtk {
  text-decoration: underline;
  color: #007fe1;
}
.login-alert .registry-box .footer .login-button,
.login-alert .user-change-box .footer .login-button {
  color: #007fe1;
  margin-left: 80px;
  cursor: pointer;
}
.login-alert .login-box {
  color: #333;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1111;
  width: 596px;
  background: #fff;
  border-radius: 6px;
  padding: 45px;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-alert .login-box .login-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 45px;
  color: #1a1a1a;
  line-height: 28px;
}
.login-alert .login-box .login-input-box {
  padding: 30px 0 20px;
  border-bottom: 2px solid #eaeaef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-alert .login-box .login-input-box .title {
  width: 110px;
  font-size: 24px;
  color: #666;
}
.login-alert .login-box .login-input-box img {
  width: 33px;
  height: 16px;
}
.login-alert .login-box .login-input-box .input {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  padding: 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-alert .login-box .login-input-box .input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
}
.login-alert .login-box .login-input-box .input input:placeholder {
  color: #ccc;
}
.login-alert .login-box .tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.login-alert .login-box .login-btn {
  width: 492px;
  height: 60px;
  background: #3a6ffe;
  border-radius: 2px;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}
.login-alert .login-box .login-reg {
  margin-top: 20px;
  text-align: right;
  font-size: 23px;
}
.login-alert .login-box .login-reg .reg {
  color: #00c4e0;
  cursor: pointer;
}
.login-alert .user-change-box {
  width: 600px;
  height: 540px;
}
.login-alert .user-change-box .step-page {
  padding-top: 50px;
}
.login-alert .user-change-box .step-page .ucb-btn {
  margin-top: 40px;
  width: 300px;
}
.login-alert .retrieve-password {
  height: 480px;
}
.next-step-button,
.ucb-btn {
  width: 400px;
  height: 50px;
  background: #007fe1;
  border-radius: 3px;
  margin-top: 10px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 22px;
}
.input-box {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.input-box .title {
  color: #000;
  margin-right: 20px;
  width: 100px;
  text-align: right;
}
.input-box .title.required:before {
  content: '* ';
  color: #f00;
  display: inline-block;
  vertical-align: middle;
}
.input-box .input {
  width: 360px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #d7d7d7;
  border-radius: 6px;
  font-size: 16px;
  padding: 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-box .input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
}
.input-box .input input:placeholder {
  color: #9b9b9b;
}
.input-box.code .input {
  border: none;
  padding: 0;
  height: 34px;
}
.input-box.code .input input {
  border: 2px solid #d7d7d7;
  border-radius: 6px;
  text-indent: 22px;
  outline: none;
}
.input-box.code .get-code {
  cursor: pointer;
  width: 150px;
  height: 36px;
  border: 2px solid #d7d7d7;
  border-radius: 6px;
  color: #007fe1;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-box.input-button {
  font-size: 16px;
  margin-top: 30px;
}
.input-box.input-button .input {
  height: 50px;
}
.input-box.input-button .btn {
  width: 110px;
  height: 50px;
  background: #007fe1;
  border-radius: 6px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}
.contact-main .contact-us {
  width: 930px;
  height: 350px;
  border: 2px solid #ededed;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto;
}
.contact-main .contact-us .item {
  width: 310px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px solid #ededed;
}
.contact-main .contact-us .item img {
  width: 65px;
  height: 73px;
}
.contact-main .contact-us .item .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 33px;
  margin-top: 45px;
  margin-bottom: 27px;
}
.contact-main .contact-us .item .text {
  word-break: break-all;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.contact-main .contact-inputs {
  width: 930px;
  margin: 0 auto;
}
.contact-main .input-box-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  width: 290px;
  background: #f7f7f7;
  margin-bottom: 10px;
}
.contact-main .input-box-us .title {
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #999;
  line-height: 36px;
}
.contact-main .input-box-us .input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  line-height: 36px;
  background: transparent;
}
.contact-main .input-box-us.textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 40px;
  height: 150px;
  padding-bottom: 10px;
}
.contact-main .lyb {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 24px;
  color: #414e6a;
  line-height: 33px;
  text-align: center;
}
.contact-main .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-main .user-info .input-box-us:not(:first-child) {
  margin-left: 30px;
}
.contact-main .contact-submit-btn {
  width: 228px;
  height: 34px;
  background: #2485d4;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin: 26px auto 50px;
  cursor: pointer;
}
.contact-main .contact-map {
  height: 500px;
  margin-bottom: 60px;
}
.cgfb-info {
  font-size: 16px;
  color: #333;
}
.cgfb-info .text {
  margin-top: 14px;
}
.cgfb-info .text .tips {
  color: #999;
}
.cgfb-info #add-images-btn {
  width: 266px;
  height: 250px;
  background: #f1f8fe;
  margin: 0 auto;
  margin-top: 39px;
}
.cgfb-info #add-images-btn .webuploader-pick {
  width: 100%;
  height: 100%;
}
.cgfb-info #add-images-btn .webuploader-element-invisible,
.cgfb-info #add-images-btn input {
  display: none !important;
}
.cgfb-info #add-images-btn .add-images-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 250px;
}
.cgfb-info #add-images-btn .add-images-btn img {
  width: 90px;
  height: 90px;
}
.cgfb-info #add-images-btn .add-images-btn img.full {
  width: 100%;
  height: 100%;
}
.cgfb-info .fbxm-btn {
  width: 160px;
  height: 40px;
  background: #05589a;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 50px auto 0;
  cursor: pointer;
}
.cgfb-info .fbxz-notes {
  margin-top: 100px;
  font-size: 16px;
  color: #333;
}
.cgfb-info .fbxz-notes .title {
  line-height: 36px;
  font-weight: bold;
}
.cgfb-info .fbxz-notes .detail {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
